home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / forms / sun4.md / RCS / proto.s,v < prev   
Encoding:
Text File  |  1991-01-10  |  1.5 KB  |  83 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @| @;
  7.  
  8.  
  9. 1.3
  10. date     91.01.09.20.58.09;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     90.01.12.12.04.58;  author douglis;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     89.01.16.20.38.17;  author mgbaker;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @Assembly header for sun4 assembly file.
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @1990 -> 1991.
  33. @
  34. text
  35. @/*
  36.  * module.s --
  37.  *
  38.  *    Description.
  39.  *
  40.  * Copyright 1991 Regents of the University of California
  41.  * Permission to use, copy, modify, and distribute this
  42.  * software and its documentation for any purpose and without
  43.  * fee is hereby granted, provided that the above copyright
  44.  * notice appear in all copies.  The University of California
  45.  * makes no representations about the suitability of this
  46.  * software for any purpose.  It is provided "as is" without
  47.  * express or implied warranty.
  48.  */
  49.  
  50. .seg    "data"
  51. .asciz    "$Header: /sprite/lib/forms/sun4.md/RCS/proto.s,v 1.2 90/01/12 12:04:58 douglis Exp Locker: kupfer $ SPRITE (Berkeley)"
  52. .align    8
  53. .seg    "text"
  54. @
  55.  
  56.  
  57. 1.2
  58. log
  59. @changed copyright year.
  60. @
  61. text
  62. @d6 1
  63. a6 1
  64.  * Copyright 1990 Regents of the University of California
  65. d17 1
  66. a17 1
  67. .asciz    "$Header: /sprite/lib/forms/sun4.md/RCS/proto.s,v 1.1 89/01/16 20:38:17 mgbaker Exp Locker: douglis $ SPRITE (Berkeley)"
  68. @
  69.  
  70.  
  71. 1.1
  72. log
  73. @Initial revision
  74. @
  75. text
  76. @d6 1
  77. a6 1
  78.  * Copyright 1989 Regents of the University of California
  79. d17 1
  80. a17 1
  81. .asciz    "$Header: /sprite/lib/forms/proto.s,v 1.1 88/12/29 16:45:55 ouster Exp $ SPRITE (Berkeley)"
  82. @
  83.